home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Media Le CD-ROM 1994 #2
/
CD Media Le CD-ROM - Volume 02.iso
/
mac
/
B
/
00004_Script_4
< prev
next >
Wrap
Text File
|
1994-10-20
|
2KB
|
81 lines
on MOTEUR
GLOBAL x,y,z,a,b,singeclic
repeat with i=2 to z
puppetsprite i, TRUE
set x=i + 29
if rollover (i) then
set the castnum of sprite 13 to x + 20
set the forecolor of sprite 13 to 107
set y=0
set the castnum of sprite i to x-20
set the ink of sprite i to 8
else
if y=1 then
set the castnum of sprite 13 to b
set the forecolor of sprite 13 to 107
end if
set the ink of sprite i to 0
set the castnum of sprite i to x
end if
end repeat
if rollover (14) then
puppetsprite 14,True
set the castnum of sprite 14 to 22
else
set the castnum of sprite 14 to 42
end if
puppetsprite 15, TRUE
if a>1 then
set a=a-1
set the castnum of sprite 15 to (singeclic+2)
else
if a=1 then
set the castnum of sprite 15 to singeclic+1
set a=0
else
set the castnum of sprite 15 to singeclic
set a=1
end if
end if
end MOTEUR
on MOTEUR2
-- selection Image
global dernier
repeat with i=17 to 20
if rollover (i) then
puppetsprite i,TRUE
set the ink of sprite i to 39
else
set the ink of sprite i to 5
end if
end repeat
end MOTEUR2
on MOTEUR3
-- Selection typo
global c,d
repeat with i=17 to c
if rollover (i) then
puppetsprite i, TRUE
set the castnum of sprite (i) to ((i)-17)+d
else
set the castnum of sprite (i) to ((i)-17)+d-5
end if
end repeat
end MOTEUR3
on MOTEUR4
-- selection Image + de 4
global last
repeat with i=17 to last
if rollover (i) then
puppetsprite i,TRUE
set the ink of sprite i to 39
else
set the ink of sprite i to 5
end if
end repeat
end MOTEUR4